home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / English.lproj / Errors / General.emsg next >
Encoding:
Text File  |  1996-01-30  |  2.2 KB  |  47 lines

  1.  
  2. ########################################################################
  3. # General Errors
  4. # from 10000 to 11999
  5. ########################################################################
  6.  
  7. A10100, EGENFileNotFound         = {ERROR, SP, "Can't load the following file: %s"};
  8. A10101, EGENExpired                = {FATAL, SP, "This version of Alexandra.app has expired. Please get a new one."};
  9.  
  10. ########################################################################
  11. # Compose Errors
  12. # from 12000 to 12999
  13. ########################################################################
  14.  
  15. A12100, ECOMPNeedGroup            = {ERROR, SP, "You must select a group to post into."};
  16. A12101, ECOMPNoPosting             = {ERROR, SP, "Posting is not allowed."};
  17. A12102, ECOMPNoPostingToGroup     = {ERROR, SP, "Posting to group %s is not allowed."};
  18.  
  19. ########################################################################
  20. # NNTP Errors
  21. # from 13000 to 13999
  22. ########################################################################
  23.  
  24. A13000, ENNTPUnexpectedSocketClose ={ERROR, SP , "Unexpected close of connection to server."};
  25. A13001, ENNTPCouldNotReconnect={ERROR , SP , "Could not reconnect to NNTP server."};
  26. A13002, ENNTPErrorPerformingCommand={ERROR, SP , "NNTP %s command failed. Status Code %d"};
  27. A13003, ENNTPCommandNotRecognised={ERROR, SP ,"NNTP server does not support the %s command."};
  28.  
  29. ########################################################################
  30. # Preferences
  31. # from 20000 to 20999
  32. ########################################################################
  33.  
  34. A20110, EPREFHeaderPrefMissing    = {ERROR, SP,    "Could read preferences for headers."};
  35. A20111, EPREFFontPrefMissing    = {ERROR, SP,    "Could read font preferences."};
  36. A20112, EPREFFontTooSmall        = {ERROR, SP,    "Font must be larger than %dpt."};
  37. A20113, EPREFFontNotFound        = {ERROR, SP,    "Can find font %s."};       
  38. A20114, EPREFShouldMerge        = {WARNING, nop, "Für spätere Erweiterung"};
  39.  
  40. ########################################################################
  41. # Notifications
  42. # from 90000 to 99999
  43. ########################################################################
  44.  
  45. A90100, ENOTEPrefsChanged        = {warn, NOP, "preferences changed"};
  46. A90101, ENOTEPrefsChanged2    = {warn, NOP, "preferences changed"};
  47.